home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / bc_pas_1.zip / PLAYTEXT.H < prev    next >
Text File  |  1992-11-10  |  4KB  |  178 lines

  1. /*$Author:   BCRANE  $*/
  2. /*$Date:   10 Nov 1992 11:10:56  $*/
  3. /*$Header:   X:/sccs/pcmapps/playtext.h_v   1.2   10 Nov 1992 11:10:56   BCRANE  $*/
  4. /*$Log:   X:/sccs/pcmapps/playtext.h_v  $
  5.  * 
  6.  *    Rev 1.2   10 Nov 1992 11:10:56   BCRANE
  7.  * added "/CDPC" to "Spectrum"
  8.  * 
  9.  *    Rev 1.1   06 Oct 1992 15:20:06   DCODY
  10.  * new version...
  11.  * 
  12.  *    Rev 1.0   14 Sep 1992 17:25:08   SHAO_M
  13.  * Initial revision.
  14. */
  15. /*$Logfile:   X:/sccs/pcmapps/playtext.h_v  $*/
  16. /*$Modtimes$*/
  17. /*$Revision:   1.2  $*/
  18. /*$Workfile:   playtext.h  $*/
  19.  
  20.     /*\
  21.     |*|----====< PLAYTEXT.H >====----
  22.     |*|
  23.     |*| Playback 8/16 bit PCM to disk in .WAV format
  24.     |*|
  25.     |*| Copyright (c) 1992, Media Vision, Inc. All rights reserved.
  26.     |*|
  27.     \*/
  28.  
  29. #define TXT_MSG1    "\aCannot setup the PCM software!\n"
  30. #define TXT_MSG2    "Type ESC to stop playing, SPACE to pause playback.\n\n"
  31. #define TXT_MSG3    "pcm playback paused..."
  32. #define TXT_MSG4    "resumed\n"
  33. #define TXT_MSG5    "pcm output paused..."
  34. #define TXT_MSG6    "resumed\n"
  35. #define TXT_MSG7    "   To Use: DOS>PLAYFILE [FILE.xxx] [16] [Dx] [Ix] [Fx] [Rxxxx] [S] [Sxxx]\n\n"
  36. #define TXT_MSG8    "   Where:  [FILE.WAV] is the .WAV file to be played.\n"
  37. #define TXT_MSG9    "           [FILE.VOC] is the .VOC file to be played.\n"
  38. #define TXT_MSG10    "           [16]       Play 16 bit PCM.\n"
  39. #define TXT_MSG11    "           [Dx]       sets the DMA channel # (1-7).\n"
  40. #define TXT_MSG12    "           [Ix]       sets the IRQ channel # (3,5,7).\n"
  41. #define TXT_MSG13    "           [Fx]       sets the filter (1-6)\n"
  42. #define TXT_MSG14    "           [M]        turns on maximum memory useage.\n"
  43. #define TXT_MSG15    "           [Rxxxxx]   a new sample rate speed.(6000 to 44100)\n"
  44. #define TXT_MSG16    "           [S]        playback in stereo.\n"
  45. #define TXT_MSG17    "           [Sxxx]     changes the playback speed by xxx percent (0 to 200)\n\n"
  46. #define TXT_MSG18    "   To Use: DOS>PLAYFILE [FILE.xxx] [Ix] [Rxxxx] [S] [Sxxx]\n\n"
  47. #define TXT_MSG19    "   Where:  [FILE.WAV] is the .WAV file to be played.\n"
  48. #define TXT_MSG20    "           [FILE.VOC] is the .VOC file to be played.\n"
  49. #define TXT_MSG21    "           [Dx]       sets the DMA channel # (0,1 or 3).\n"
  50. #define TXT_MSG22    "           [Ix]       sets the IRQ channel # (2,3,5,7,10,11,12 or 15).\n"
  51. #define TXT_MSG23    "           [Ix]       sets the IRQ channel # (2,3,5,7).\n"
  52. #define TXT_MSG24    "           [Rxxxxx]   a new sample rate speed.(6000 to 22050)\n"
  53. #define TXT_MSG25    "           [S]        playback in stereo.\n"
  54. #define TXT_MSG26    "           [Sxxx]     changes the playback speed by xxx percent (0 to 200)\n\n"
  55. #define TXT_MSG27    "Illegal .VOC data block encountered!\n"
  56. #define TXT_MSG28    "\aBad File Name, \"%s\" Try Again!\n"
  57. #define TXT_MSG29    "\aUnexpected EOF on input from .VOC File\n"
  58. #define TXT_MSG30    "\aInvalid header in .VOC File\n"
  59. #define TXT_MSG31    "\aUnknown header in the .WAV file! (should be 'WAVE')\n"
  60. #define TXT_MSG32    "\aUnknown header in the .WAV file! (should be 'fmt ')\n"
  61. #define TXT_MSG33    "\aUnknown header in the .WAV file! (should be 'data')\n"
  62. #define TXT_MSG34    "Enter the sample rate: "
  63. #define TXT_MSG35    "Enter 1 for mono, 2 for stereo :"
  64. #define TXT_MSG36    "\aUnknown sample rate (rate = %d)\n"
  65. #define TXT_MSG37    "\nSpectrum/CDPC Sound PCM playback, version 2.04\n\n"
  66. #define TXT_MSG38    "\nBoom Board PCM playback, version 2.04\n\n"
  67. #define TXT_MSG39    "\nPro AudioSpectrum/CDPC PCM playback, version 2.04\n"
  68. #define TXT_MSG40    "\nThunder&Lightning PCM playback, version 2.04\n"
  69. #define TXT_MSG41    "\nThunder Board PCM playback, version 2.04\n"
  70. #define TXT_MSG42    "Copyright (c) 1991,1992 Media Vision, Inc. All Rights Reserved\n\n"
  71. #define TXT_MSG43    "\aA Spectrum/CDPC Sound card is not installed!\n\n"
  72. #define TXT_MSG44    "\aA Pro AudioSpectrum/CDPC card is not installed!\n\n"
  73. #define TXT_MSG45    "\aA Boom Board audio card is not installed!\n\n"
  74. #define TXT_MSG46    "\aA Thunder&Lightning audio card is not installed!\n\n"
  75. #define TXT_MSG47    "\aA Thunder Board audio card is not installed!\n\n"
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.